home *** CD-ROM | disk | FTP | other *** search
/ SPACE 1 / SPACE - Library 1 - Volume 1.iso / program / 16 / emacs.ref < prev    next >
Text File  |  1985-11-19  |  3KB  |  146 lines

  1.  
  2.         Forth Emacs Functional Index
  3.  
  4.     Characters
  5.  
  6. forward-character        ^F  and  right-arrow
  7. backward-character        ^B  and  left-arrow
  8. delete-next-character        ^D
  9. delete-previous-character    ^H  and  DEL  and  BACKSPACE
  10. insert-character        any printable character
  11. quote-character            ^Q
  12. transpose-characters        ^T
  13.  
  14.     Words
  15.  
  16. forward-word            ESC-f
  17. backward-word            ESC-b
  18. delete-next-word        ESC-d
  19. delete-previous-word        ESC-h  and  ESC-^H  and  ESC-DEL
  20. case-word-capitalize        ESC-c
  21. case-word-lower            ESC-l
  22. case-word-upper            ESC-u
  23.  
  24.     Lines
  25.  
  26. beginning-of-line        ^A
  27. end-of-line            ^E
  28. next-line            ^N  and  down-arrow
  29. previous-line            ^P  and  up-arrow
  30. kill-to-end-of-line        ^K
  31. delete-blank-lines        ^X o
  32. line-to-top-of-window        ESC-!
  33. newline                ^M  and  Return
  34. newline-and-backup        ^O
  35. newline-and-indent        ^J
  36. scroll-one-line-down        ^X ^N
  37. scroll-one-line-up        ^X ^P
  38.  
  39.     Pages
  40.  
  41. next-page            ^V
  42. previous-page            ESC-v
  43.  
  44.     Windows
  45.  
  46. beginning-of-window        ESC-,
  47. end-of-window            ESC-.
  48. next-window            ^X n
  49. previous-window            ^X p
  50. split-current-window        ^X 2
  51. delete-other-windows        ^X 1
  52. enlarge-window            ^X z
  53. shrink-window            ^X ^Z
  54. line-to-top-of-window        ESC-!
  55.  
  56.     Buffers
  57.  
  58. delete-buffer            ^X k
  59. delete-to-killbuffer        ^W
  60. list-buffers            ^X ^B
  61. switch-to-buffer        ^X b
  62. use-old-buffer            ^X ^O
  63. yank-from-killbuffer        ^Y
  64.  
  65.     Files
  66.  
  67. visit-file            ^X ^V
  68. read-file            ^X ^R
  69. beginning-of-file        ESC-<
  70. end-of-file            ESC->
  71. change-filename            ^X ^F
  72. write-current-file        ^X ^S
  73. write-file-exit            ^Z
  74. write-named-file        ^X ^W
  75.  
  76.     Exiting
  77.  
  78. exit-emacs            ^X ^A
  79. write-file-exit            ^Z
  80.  
  81.     Moving
  82.  
  83. forward-character        ^F  and  right-arrow
  84. backward-character        ^B  and  left-arrow
  85. forward-word            ESC-f
  86. backward-word            ESC-b
  87. beginning-of-line        ^A
  88. end-of-line            ^E
  89. next-line            ^N  and  down-arrow
  90. previous-line            ^P  and  up-arrow
  91. next-page            ^V
  92. previous-page            ESC-v
  93. next-window            ^X n
  94. previous-window            ^X p
  95. line-to-top-of-window        ESC-!
  96. beginning-of-file        ESC-<
  97. end-of-file            ESC->
  98.  
  99.     Deleting
  100.  
  101. delete-next-character        ^D
  102. delete-previous-character    ^H and DEL
  103. delete-next-word        ESC-d
  104. delete-previous-word        ESC-h  and  ESC-^H  and ESC-DEL
  105. delete-to-killbuffer        ^W
  106. delete-blank-lines        ^X o
  107. delete-buffer            ^X k
  108. delete-other-windows        ^X 1
  109.  
  110.     Killing
  111.  
  112. delete-to-killbuffer        ^W
  113. kill-to-end-of-line        ^K
  114. yank-from-killbuffer        ^Y
  115.  
  116.     Yanking
  117.  
  118. yank-from-killbuffer        ^Y
  119.  
  120.     Region
  121.  
  122. set-mark            ^@  and  ^space
  123. exchange-dot-and-mark        ^X ^X
  124. copy-region            ESC-w
  125. delete-to-killbuffer        ^W
  126. case-region-lower        ^X ^L
  127. case-region-upper        ^X ^U
  128.  
  129.     Case
  130.  
  131. case-region-lower        ^X ^L
  132. case-region-upper        ^X ^U
  133. case-word-capitalize        ESC-c
  134. case-word-lower            ESC-l
  135. case-word-upper            ESC-u
  136.  
  137.     Scrolling
  138.  
  139. scroll-one-line-down        ^X ^N
  140. scroll-one-line-up        ^X ^P
  141.  
  142.     Fill
  143.  
  144. set-fill-column            ^X f
  145.  off a user stack
  146. previous ( -- )